Linux Commands
This is not an exhaustive list, but these are the commands that are most helpful to know for this class.
- cd [folderName] - Change the current directory
- cd.. - Go up one leve in the directory structure
- ls - List the files in the current directory
- mkdir [folderName] - Create a new folder
- pwd [fileName] - Print the path of the current directory
- rm [fileName] - Delete a file
- rmdir [folderName] - Delete an empty folder
- mv [oldFileName] [newFileName] - Rename a file